Skip to content

chore: reduce dependency resolutions#62

Merged
jonathannorris merged 1 commit into
mainfrom
chore/reduce-resolutions
Jun 1, 2026
Merged

chore: reduce dependency resolutions#62
jonathannorris merged 1 commit into
mainfrom
chore/reduce-resolutions

Conversation

@jonathannorris
Copy link
Copy Markdown
Member

Summary

  • reduces dependency resolutions where patched versions are now selected naturally
  • bumps remaining resolution floors or same-major package ranges where needed
  • updates yarn.lock

Testing

  • yarn install --immutable

@jonathannorris jonathannorris marked this pull request as ready for review May 29, 2026 18:47
@jonathannorris jonathannorris requested a review from a team as a code owner May 29, 2026 18:47
Copilot AI review requested due to automatic review settings May 29, 2026 18:47
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reduces dependency resolution overrides now that the lockfile naturally selects patched versions, while keeping explicit floors for remaining dependencies that still need them.

Changes:

  • Removes redundant brace-expansion and picomatch resolutions.
  • Bumps the remaining tar resolution floor from ^7.5.11 to ^7.5.15.
  • Updates yarn.lock to reflect the resolved package versions.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Simplifies dependency resolutions and raises the tar floor.
yarn.lock Reconciles lockfile entries for brace-expansion, picomatch, and tar.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jonathannorris jonathannorris force-pushed the chore/reduce-resolutions branch from 4094746 to 824d652 Compare June 1, 2026 14:55
@jonathannorris jonathannorris enabled auto-merge (squash) June 1, 2026 14:56
@jonathannorris jonathannorris merged commit daa94c6 into main Jun 1, 2026
4 checks passed
@jonathannorris jonathannorris deleted the chore/reduce-resolutions branch June 1, 2026 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants